home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / DefineButton2_1363 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-09-27  |  102 b   |  6 lines

  1. on(press){
  2.    musOn = 1;
  3.    _root.sound1.attachSound("mussy");
  4.    _root.sound1.start(0,66666);
  5. }
  6.